.message .evaluate {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 40px;
}

.message .evaluate a {
    display: block;
    position: relative;
    padding: 10px;
    border-radius: 20px;
    background-color: #fc002e;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

.message .evaluate .app p {
    display: none;
    position: absolute;
    top: 0px;
    left: -240px;
    width: 240px;
}

.message .evaluate .wechat p {
    display: none;
    position: absolute;
    top: 240px;
    left: -150px;
    width: 150px;
}

.message .evaluate span {
    display: none;
    position: absolute;
    top: 29px;
    left: -205px;
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin: 5px;
    background-color: #fff1d2;
    font-size: 30px;
    color: #cf5b28;
    border-radius: 5px;
}

.message .messageTip {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    background-color: #42c1cc;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    z-index: 20;
}

.message .messageTip a {
    display: block;
    padding: 10px;
    width: 180px;
    text-align: center;
    margin: auto;
    border-radius: 5px;
    background-color: #fff1d2;
    color: #cf5b28;
    font-size: 18px;
    text-decoration: none;
}

.message .messageTip div {
    display: flex;
    justify-content: flex-end;
}

.message .free {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 1px;
    width: 70px;
    border-radius: 6px;
}

.message .free a {
    font-size: 16px;
    color: #fff;
    text-align: center;
}


.magnify {
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
}

.magnify img {
    position: relative;
    transform: translateY(10%);
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
